golang.org/x/tools/internal/gcimporter.exportWriter.typ (method)

20 uses

	golang.org/x/tools/internal/gcimporter (current package)
		iexport.go#L714: 		w.typ(obj.Type(), obj.Pkg())
		iexport.go#L766: 			w.typ(constraint, obj.Pkg())
		iexport.go#L791: 			w.typ(t, obj.Pkg())
		iexport.go#L815: 		w.typ(underlying, obj.Pkg())
		iexport.go#L966: func (w *exportWriter) typ(t types.Type, pkg *types.Package) {
		iexport.go#L1010: 			w.typ(aliases.Origin(t), pkg)
		iexport.go#L1023: 			w.typ(t.Origin(), pkg)
		iexport.go#L1035: 		w.typ(t.Elem(), pkg)
		iexport.go#L1039: 		w.typ(t.Elem(), pkg)
		iexport.go#L1044: 		w.typ(t.Elem(), pkg)
		iexport.go#L1059: 		w.typ(t.Elem(), pkg)
		iexport.go#L1063: 		w.typ(t.Key(), pkg)
		iexport.go#L1064: 		w.typ(t.Elem(), pkg)
		iexport.go#L1107: 			w.typ(f.Type(), fieldPkg)
		iexport.go#L1126: 			w.typ(ft, tPkg)
		iexport.go#L1152: 			w.typ(term.Type(), pkg)
		iexport.go#L1228: 		w.typ(ts.At(i), pkg)
		iexport.go#L1240: 		w.typ(list.At(i), pkg)
		iexport.go#L1286: 	w.typ(obj.Type(), obj.Pkg())
		iexport.go#L1290: 	w.typ(typ, nil)